home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS05.ADF / IFF / iffreadme < prev    next >
Text File  |  1986-04-20  |  803b  |  19 lines

  1.  
  2. The file called EALstartup.asm is not actually supplied by Electronic Arts,
  3. but is instead a modified version of the Lstartup.asm provided on the
  4. Amiga C disk.
  5.  
  6. The modifications consist of bypassing the reference to "__main" which is
  7. produced by compiling the Amiga C version of _main.c.
  8.  
  9. The way showilbm.c is written, it won't run from workbench without the changes
  10. that were made to create EALstartup.asm.   When linked with Lstartup.obj
  11. (from Lstartup.asm) the program runs fine if called from CLI, but if called
  12. from Workbench, opens and closes the debug window, then flashes the screen.
  13. If linked with EALstartup.obj (from EALstartup.asm), it runs either from
  14. Workbench or from CLI.  Rather than try to chase this any further, we've
  15. provided the modified object file and source file.
  16.  
  17. Rob Peck
  18.  
  19.